home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 293 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news.danadata.dk!usenet
  2. From: hendis@aix1.danadata.dk (Henrik Dissing)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: PPP cant init serial.device
  5. Date: 16 Jan 96 18:34:17 +0100
  6. Organization: DanaData Internet Services
  7. Message-ID: <1374.6589T1114T893@aix1.danadata.dk>
  8. References: <4br5oj$6uq@yarrow.wt.com.au> <2780.6569T1404T1636@ptialaska.net>
  9.     <19960114.7D18F40.C39B@daemon.apana.org.au.apana.org.au> <19960114.11AC7B0.A0A2@olympus.net>
  10. NNTP-Posting-Host: 193.162.156.24
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13.  
  14. On 14-Jan-96 20:18:08, Don Schmelling wrote:
  15.  
  16. >: The dialscript contained:
  17. >: send "ATZ"
  18. >: wait "OK"
  19. >: all I wanted was a response from the modem.
  20.  
  21. > You seem to think that if you repeat this bogus claim frequently enough that
  22. > it will become true.
  23.  
  24. > Change the line send "ATZ" to send "ATZ\R" or whatever else your modem uses
  25. > like ^M
  26.  
  27. You seem to think that if you repeat this bogus claim frequently enough that
  28. it will become true ;-)
  29.  
  30. (At least I think it was you who did it some days ago).
  31.  
  32. The "send" command in PPP dialscripts automatically appends a ^M (ASCII
  33. 13) to the argument string before sending it to the serial port.
  34. Therefore, the modem receives a ^M after the ATZ command, which is what
  35. most (all?) modems use to recognize the end of a command line. If they
  36. didn't, they wouldn't understand a press on the RETURN key, either.
  37. There's no way the modem can tell that the command came from PPP's
  38. dialer and not from the keyboard while running some terminal program.
  39.  
  40. Your little trick with \R is only useful in software that supports it
  41. and converts it to ^M before sending that to the serial port. Some
  42. terminal programs do that in their modem string gadgets, script
  43. languages etc., but not Amiga PPP.
  44.  
  45. --
  46. Henrik Dissing                                E-mail:  hendis@aix1.danadata.dk
  47. Tranbjerg, Denmark                            FidoNet: 2:238/24.6
  48.  
  49.  
  50.